.footer {
    width: 100%;
    background-color: #f2f2f2;
}
.footer .links_box {
    width: 100%;
    height: 55px;
    background-color: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .links_box .links_title {
    font-size: 16px;
    margin-right: 32px;
}
.footer .links_box select {
    margin-left: 36px;
    width: 218px;
    height: 28px;
    line-height: 28px;
    text-align: right;
    background-color: #f2f2f2;
    font-size: 14px;
    cursor: pointer;
}
.footer .links_box select option {
    padding: 0 10px;
}
.footer_content {
    width: 100%;
    background-color: #0a4891;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
}
.footer_content .content_left{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 105px;
}
.footer_content .content_left img{
    width: 75px;
}
.footer_content .content_left p{
    font-size: 14px;
}
.footer_content .content_right p {
    font-size: 14px;
    line-height: 25px;
}